projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a33a48e
)
(mac_handle_window_event) [USE_MAC_TOOLBAR]: Fix last change.
author
YAMAMOTO Mitsuharu
<mituharu@math.s.chiba-u.ac.jp>
Thu, 9 Aug 2007 09:38:59 +0000
(09:38 +0000)
committer
YAMAMOTO Mitsuharu
<mituharu@math.s.chiba-u.ac.jp>
Thu, 9 Aug 2007 09:38:59 +0000
(09:38 +0000)
src/macterm.c
patch
|
blob
|
history
diff --git
a/src/macterm.c
b/src/macterm.c
index 7d6934b806bde9ba71b0be2084acc44ea856741d..d0b3ac8f635d65c029f297f5304fdb7f19676e6c 100644
(file)
--- a/
src/macterm.c
+++ b/
src/macterm.c
@@
-10723,7
+10723,7
@@
mac_handle_window_event (next_handler, event, data)
&& f->top_pos == sf->top_pos)
|| (f->left_pos == sf->left_pos + 10 * 2
&& f->top_pos == sf->top_pos + 32 * 2))
- MoveWindowStructure (wp,
f->left_pos + 10,
f->top_pos + 32);
+ MoveWindowStructure (wp,
sf->left_pos + 10, s
f->top_pos + 32);
#endif
}
result = noErr;